home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / www / Aminet.awnp.readme < prev    next >
Text File  |  2001-05-03  |  7KB  |  189 lines

  1. Short:        AWNPipe gui. Searches/Downloads Aminet Files
  2. Author:       Bruce steers <bsteers@ukonline.co.uk>
  3. Uploader:     http://web.ukonline.co.uk/bsteers/
  4. Version:      3.2 (14.03.2001)
  5. Type:         comm/www
  6. Replaces:     util/rexx/Aminet.awnp.lha
  7. Required:     AWNP 2.43+ (included), Classact or os3.5+Reaction, RXSocket.library
  8. Distribution: Aminet, Others Please Ask
  9.  
  10.  
  11.  
  12.                        this is an ARexx GUI using awnpipe
  13.  
  14.               it's kinda like the www Aminet Search page but is an
  15.                  ARexx script independent of any web browsers.
  16.  
  17.       -------------------------------------------------------------------
  18.  
  19. Instalation:
  20. ------------
  21. Aminet.awnp NEEDS.
  22. awnpipe  see http://web.ukonline.co.uk/awnpipe/ (handler is included)
  23. awnpipe uses ClassAct or os3.5+ Reaction to create the gui
  24. ClassAct is available on aminet
  25.  
  26. rexxdossupport.library  (aminet)
  27. rexxsupport.library     (aminet)
  28. RXSocket.library        (aminet)
  29.  
  30.   Place Aminet.awnp somewhere in your path I will assume you used 'SYS:Tools/'
  31.  
  32.             As I originaly made this for use with AmIRC i will give
  33.        instructions on how to add the ALIAS '/AA' to AmIRC's ALIAS list.
  34.  
  35. Auto Method:
  36. ------------
  37. Use the Add2AmIRC.rexx script to update your Default.AmIRCfg file
  38. (if AmIRC is running you must reload the Default.AmIRCfg settings)
  39.  
  40. Manual Method 1:
  41. ----------------
  42. type in a channel window ...
  43.  
  44. /ALIAS AA = /rx sys:tools/Aminet.awnp %p
  45.  
  46. then Saving Settings as default
  47.  
  48. Manual Method 2:
  49. ----------------
  50. Use AmIRC SetUp menu to load the SetUp gui then Select Lists/Alias
  51. Enter then new alias as ...
  52.  
  53. AA = /rx sys:tools/Aminet.awnp %p
  54.  
  55.  
  56.  
  57.       -------------------------------------------------------------------
  58.  
  59. Usage:
  60. ------
  61.  
  62. there are 2 Icon tooltypes for font settings, these are read from the
  63. Aminet.awnp icon at startup from both wb and cli.
  64.  
  65. LIST_FONT=topaz.font/8
  66. GADGET_FONT=topaz.font/8
  67.  
  68.  
  69. from WB just Double Click the icon.
  70.  
  71. From CLI...
  72.  
  73. Aminet.awnp Syntax:
  74. NAME,LENGTH/N,DIR/K,SITE/N,README/T,ASKDIR/T,BUBBLE/T,WAIT/S,ONRETURN/T
  75.  
  76. Args with /N are Numeric.
  77.  
  78. Args with /S are Switch , in not given then false else true.
  79.  
  80. Args with /T are Toggle ,
  81. eg, use README=<keyword> , valid keywords are ON OFF YES NO .
  82.  
  83. Any CLI args given will override Saved Settings on startup.
  84.  
  85. NAME      ; The Search string (no need to type NAME just give a search pattern)
  86. LENGTH/N  ; The maximum amount of search results.
  87. DIR/K     ; The Default Download Dir
  88. SITE/N    ; Number of the site. Numbers are given in Server Chooser gadget.
  89. README/T  ; README=ON or YES to download readme files too, OR README=OFF or NO.
  90. ASKDIR/T  ; ASDIR=YES OR ON pop up a Dir Requester and Change the default dir.
  91. BUBBLE/T  ; BUBBLE=ON or YES to have bubble help on at startup.
  92. WAIT/S    ; ADD to args if you don't want to auto start searching at startup.
  93. ONRETURN/S; Starts the search when pressing the return gadget.
  94. ?/S       ; Echo Syntax to shell or AmIRC (depending on calling enviroment)
  95.  
  96.  
  97.  
  98. Enter Search Strngs into the search gadget to begin an Aminet Search
  99. Results are listed in a listview.
  100. you can select items and choose to download or view the readme.
  101. you can MultiSelect (Shift-MouseClick) Items.
  102. You can Double Click Items
  103.  
  104. You can View and download items from the RECENT file
  105.  
  106. You can set a choice of Aminet servers with the Settings menu item.
  107.  
  108. also on this page you can set 2 commands...
  109.  
  110. 1st is the 'Online Command' to be run before access to the interet
  111. 2nd is the 'Offline Command' to be run when the program exits
  112.  
  113. Use the buble help to get info on the gadgets :^)
  114.  
  115.       -------------------------------------------------------------------
  116.  
  117. Translations:
  118. -------------
  119. Catalog support has been added with version 1.6
  120.  
  121. Please see the Catalogs.readme in the catalog dir for adding your language.
  122.  
  123. And if you DO add your language PLEASE PLEASE send your Translations me
  124.  
  125.       -------------------------------------------------------------------
  126.  
  127. Special Thanks:
  128.  
  129.  William Parker <wparker@amitrix.com>
  130.    For AWNP and all his help.
  131.    If you want to write Easy ARexx gui's then check out AWNPipe at
  132.    http://web.ukonline.co.uk/awnpipe/
  133.  
  134.  
  135.  Javier de las Rivas <javierdlr@retemail.es>
  136.    For the Making/Updating the Spanish translation,
  137.    For Suggestions for improvements that i added,
  138.    and for finding a few little bugs for me to splat :).
  139.  
  140.       -------------------------------------------------------------------
  141.  
  142.  
  143.  
  144.         Please Send Suggestions/Requests/Bug-Reports/Praises to me at..
  145.  
  146.                              bsteers@ukonline.co.uk
  147.  
  148.       Check www for Newer Versions by using the menu function while online
  149.  
  150.             visit my website at http://web.ukonline.co.uk/bsteers/
  151.  
  152.                       USE THE BUBBLE HELP FOR GUI INFO :)
  153.  
  154.                                     Bruce ..
  155.  
  156.  
  157. ============================= Archive contents =============================
  158.  
  159. Original  Packed Ratio    Date     Time    Name
  160. -------- ------- ----- --------- --------  -------------
  161.      731     445 39.1% 13-Mar-01 03:31:44  Aminet.awnp.info
  162.    36762   12397 66.2% 14-Mar-01 12:38:20 +Aminet.AWNP
  163.      767     507 33.8% 13-Mar-01 03:31:50 +Aminet.AWNP.info
  164.     1328     712 46.3% 13-Mar-01 00:46:34 +catalogs.info
  165.     6188    2868 53.6% 14-Mar-01 12:28:50 +Aminet.awnp.cs
  166.     1556     865 44.4% 02-Nov-00 10:48:36 +Catalogs.readme
  167.     1207     762 36.8% 07-Nov-00 20:47:00 +Catalogs.readme.info
  168.      231     166 28.1% 02-Nov-00 10:44:54 +Copy_cats
  169.     2066    1042 49.5% 07-Nov-00 20:47:00 +Copy_cats.info
  170.     3520    1749 50.3% 14-Mar-01 12:29:04 +Aminet.awnp.catalog
  171.     1328     717 46.0% 13-Mar-01 00:46:34 +Docs.info
  172.     1328     712 46.3% 07-Nov-00 20:47:00 +English.info
  173.     4718    2095 55.5% 14-Mar-01 12:21:14 +Aminet.awnp.readme
  174.     1221     776 36.4% 07-Nov-00 20:47:00 +Aminet.awnp.readme.info
  175.     1328     708 46.6% 07-Nov-00 20:47:00 +Español.info
  176.     4541    2014 55.6% 14-Mar-01 12:21:36 +Aminet.awnp.leame
  177.     1221     778 36.2% 07-Nov-00 20:47:00 +Aminet.awnp.leame.info
  178.     1328     708 46.6% 13-Mar-01 00:46:34 +files.info
  179.     2023     971 52.0% 13-Mar-01 02:38:42 +Add2AmIRC.rexx
  180.      136     121 11.0% 07-Nov-00 20:47:00 +AWNPIPE
  181.    75956   37520 50.6% 31-Jan-01 05:48:58 +awnpipe-handler
  182.      481     265 44.9% 07-Nov-00 20:47:00 +AWNPIPE.info
  183.     1247     697 44.1% 14-Mar-01 12:34:18 +History.txt
  184.     1221     780 36.1% 13-Mar-01 00:46:34 +History.txt.info
  185.     2737    1091 60.1% 14-Mar-01 12:20:48 +Install-Aminet.awnp
  186.     1256     544 56.6% 13-Mar-01 00:46:34 +Install-Aminet.awnp.info
  187. -------- ------- ----- --------- --------
  188.   156426   72010 53.9% 14-Mar-101 21:34:34   26 files
  189.